IModule 介面
代表一個裝置。
繼承體系
System.Object
System.ComponentModel.INotifyPropertyChanged
IntervalZero.KINGSTAR.Base.Class.IModule
組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public interface IModule : INotifyPropertyChanged
Public Interface IModule Inherits INotifyPropertyChanged
衍生介面
IModule 介面陳列了以下成員。
方法
名稱 | 說明 | |
---|---|---|
![]() | ReadSdoBuffer | 透過服務資料物件 (SDO) 讀取位元組陣列。 |
![]() | ReadSdoByte | 透過服務資料物件 (SDO) 讀取位元組。 |
![]() | ReadSdoDouble | 透過服務資料物件 (SDO) 讀取 double。 |
![]() | ReadSdoInt16 | 透過服務資料物件 (SDO) 讀取 short。 |
![]() | ReadSdoInt32 | 透過服務資料物件 (SDO) 讀取 int。 |
![]() | ReadSdoInt64 | 透過服務資料物件 (SDO) 讀取 long。 |
![]() | ReadSdoSByte | 透過服務資料物件 (SDO) 讀取 sbyte。 |
![]() | ReadSdoSingle | 透過服務資料物件 (SDO) 讀取 float。 |
![]() | ReadSdoString | 透過服務資料物件 (SDO) 讀取 string。 |
![]() | ReadSdoUInt16 | 透過服務資料物件 (SDO) 讀取 ushort。 |
![]() | ReadSdoUInt32 | 透過服務資料物件 (SDO) 讀取 uint。 |
![]() | ReadSdoUInt64 | 透過服務資料物件 (SDO) 讀取 ulong。 |
![]() | UpdateConfiguration | 透過讀取子系統中的模組值以更新模組的值。 |
![]() | WriteSdoObject (byte) | 透過服務資料物件 (SDO) 寫入位元組。 |
![]() | WriteSdoObject (byte[]) | 透過服務資料物件 (SDO) 寫入位元組陣列。 |
![]() | WriteSdoObject (double) | 透過服務資料物件 (SDO) 寫入 double。 |
![]() | WriteSdoObject (short) | 透過服務資料物件 (SDO) 寫入 short。 |
![]() | WriteSdoObject (int) | 透過服務資料物件 (SDO) 寫入 int。 |
![]() | WriteSdoObject (long) | 透過服務資料物件 (SDO) 寫入 long。 |
![]() | WriteSdoObject (sbyte) | 透過服務資料物件 (SDO) 寫入 sbyte。 |
![]() | WriteSdoObject (float) | 透過服務資料物件 (SDO) 寫入 float。 |
![]() | WriteSdoObject (string) | 透過服務資料物件 (SDO) 寫入 string。 |
![]() | WriteSdoObject (ushort) | 透過服務資料物件 (SDO) 寫入 ushort。 |
![]() | WriteSdoObject (uint) | 透過服務資料物件 (SDO) 寫入 uint。 |
![]() | WriteSdoObject (ulong) | 透過服務資料物件 (SDO) 寫入 ulong。 |
屬性
名稱 | 說明 | |
---|---|---|
![]() | Alias | 軸或 I/O 使用的別名索引,用來取代軸清單或 I/O 清單中的索引。 |
![]() | AliasAddress | 在模組 EEPROM 中定義的裝置別名位址。此位址用於識別特定裝置,無論其在 EtherCAT 網絡上的位置為何。 |
![]() | ExplicitId | 顯式 ID 是 EtherCAT 網路上的一個位址,用於識別 EtherCAT 從站。 |
![]() | Index | 裝置的索引。 |
![]() | IndexAlias | 裝置的別名索引。 |
![]() | Name | 裝置的名稱。 |
![]() | ProductCode | 裝置的產品代碼。 |
![]() | RevisionNumber | 裝置的修訂版號。 |
![]() | SerialNumber | 裝置的序號。 |
![]() | Simulation | 檢查裝置是否處於模擬模式。 |
![]() | Slave | 連結到含有此裝置的 EtherCAT 從站。 |
![]() | SlotId | 模組連接的插槽。 |
![]() | Type | 裝置類型。 |
![]() | VendorId | 裝置的供應商 ID,由 ETG (EtherCAT Technology Group) 提供給 EtherCAT 裝置的製造商。 |
參見